home *** CD-ROM | disk | FTP | other *** search
- --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
- -- UNIT NAME : Ada Source Formatter
- -- VERSION : 1.0
- -- REVIEW CODE :
- -- DDN ADDRESS :
- -- AUTHOR : Steven E. Nameroff
- -- : WIS JPMO
- -- : Washington, D.C. 20330
- -- : Contact: Lt. Colonel Falgiano
- -- : ESD/SCW
- -- : Hanscom AFB, MA 01731
- -- COPYRIGHT : (c) 1983 Steven E. Nameroff
- -- DATE CREATED : 15 July 1983
- -- DATE RELEASED : 1983
- -- DATE LAST UPDATED :
- -- LOCATION : ASR
- -- ENVIRONMENT :
- --= CLASSIFICATION ===============================================--
- -- CATEGORY LEVEL 1 : PROGRAMMING TOOLS
- -- CATEGORY LEVEL 2 : PRETTY PRINTERS
- -- CATEGORY LEVEL 3 : Pretty Printer 3
- -- CATEGORY LEVEL 4 :
- -- KEYWORD :
- -- INDEX : Pretty Printer
- -- INDEX : Ada Pretty Printer
- -- INDEX : Pretty Printer, Ada
- -- INDEX : Formatter, Source
- -- INDEX : Formatter
- -- TAXONOMY :
- -- DEPENDENCIES :
- -- SEE ALSO : WIS_TOOL_30
- --= FILE LISTING ===============================================--
- -- FILE SPECS : PD:<ADA.PRETTY-PRINTERS>FORMATTER.*
- -- DIRECTORY DISPLAY :
- -- Directory PD:<ADA.PRETTY-PRINTERS>
- -- File Name Byte Count Line Count
- -- --------------- ---------- ----------
- -- FORMATTER.CMM 3405 119
- -- FORMATTER.PRO 4104 84
- -- FORMATTER.SRC 149649 3337
- -- =============== ========== ==========
- -- 3 Files 157158 3540
- --= ABSTRACT ===============================================--
- -- Package FORMATTER follows a top-down recursive decent
- -- algorithm whose theory can be found in most compiler theory books.
- -- This formatter is designed to work for only those programs that are
- -- syntactically perfect. Due to the size of the system that these
- -- programs were written on, this package had to be split in two at the
- -- last minute. Now, in package FORMAT_2, one can find the few
- -- procedures that did not call any other procedure - those being the
- -- ones that could be moved because the compiler did not implement
- -- bodystubs or any type of "separate" capability. The package was
- -- written with a Telesoft_Ada compiler, which followed nonANSI standard
- -- Ada.
- --= REVISION HISTORY ===============================================--
- --
- -- DATE VERSION AUTHOR HISTORY
- -- 07/15/83 1.0 Steven E. Nameroff Initial Release
- --= RELEASE NOTICE ===============================================--
- -- This prologue must be included in all copies of this software.
- --
- -- This software is copyright by the author.
- --
- -- This software is released to the Ada community.
- -- This software is released to the Public Domain (note:
- -- software released to the Public Domain is not subject
- -- to copyright protection).
- -- Restrictions on use or distribution: NONE
- --= DISCLAIMER ===============================================--
- -- This software and its documentation are provided "AS IS" and
- -- without any expressed or implied warranties whatsoever. No warranties
- -- as to performance, merchantability, or fitness for a particular
- -- purpose exist.
- -- The user is advised to test the software thoroughly before
- -- relying on it. The user must assume the entire risk and liability of
- -- using this software. In no event shall any person or organization of
- -- people be held responsible for any direct, indirect, consequential or
- -- inconsequential damages or lost profits.
- --======================================================================--
-